csshnpd: Preserve .atsign directory
authorChris Swan <[email protected]>
Fri, 4 Jul 2025 14:49:16 +0000 (15:49 +0100)
committerFlorian Eckert <[email protected]>
Mon, 7 Jul 2025 06:16:10 +0000 (08:16 +0200)
Ensure that the default location for atKeys is preserved on upgrade

Signed-off-by: Chris Swan <[email protected]>
net/csshnpd/Makefile

index 1d6fdafb3f02c52c4c9f434336097c5ec3315ce5..e42c0b2fb64e876755ccde510b90f8cdbff5f46a 100644 (file)
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=csshnpd
 PKG_VERSION:=1.0.13
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-c$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/atsign-foundation/noports/releases/download/c$(PKG_VERSION)
@@ -49,6 +49,7 @@ endef
 
 define Package/csshnpd/conffiles
 /etc/config/sshnpd
+/root/.atsign/
 endef
 
 define Package/csshnpd/install